; Replace tabs by spaces
authorJeremy Bryant <jb@jeremybryant.net>
Tue, 5 Mar 2024 22:01:58 +0000 (22:01 +0000)
committerJustin Burkett <justin@burkett.cc>
Thu, 7 Mar 2024 17:45:50 +0000 (12:45 -0500)
* which-key.el (which-key--paging-functions):  Replace tabs by spaces.

which-key.el

index 27c4fa3a12ce1982dd514dc995b5913d03ede6b0..7927c901fec797ed81531bfacee5629a33ba7d4d 100644 (file)
@@ -487,14 +487,14 @@ This string is fed into `substitute-command-keys'")
 
 (defvar which-key--paging-functions
   (list #'which-key-C-h-dispatch
-       #'which-key-manual-update
-       #'which-key-turn-page
-       #'which-key-show-next-page-cycle
-       #'which-key-show-next-page-no-cycle
-       #'which-key-show-previous-page-cycle
-       #'which-key-show-previous-page-no-cycle
-       #'which-key-undo-key
-       #'which-key-undo))
+        #'which-key-manual-update
+        #'which-key-turn-page
+        #'which-key-show-next-page-cycle
+        #'which-key-show-next-page-no-cycle
+        #'which-key-show-previous-page-cycle
+        #'which-key-show-previous-page-no-cycle
+        #'which-key-undo-key
+        #'which-key-undo))
 
 (defvar which-key-persistent-popup nil
   "Whether or not to disable `which-key--hide-popup'.")